Submit

Sandbox MCP

@Navendu Pottekkat

Allow LLMs to run ANY code/configuration safely in isolated Docker containers using the Model Context Protocol (MCP).
Overview

Sandbox MCP is a Model Context Protocol (MCP) server that lets LLMs (MCP hosts/clients) run code and configuration in secure, isolated Docker containers.

While LLMs are really good at generating code, most can't run the code they generate. This could result in you running untested code directly on your machine, which could have unintended consequences.

Sandbox MCP gives the LLMs an easy-to-use execution environment that anyone can create and configure through a simple, AI-native MCP server that runs locally.

Server Config

{
  "mcpServers": {
    "sandbox-mcp": {
      "command": "path/to/sandbox-mcp",
      "args": [
        "--stdio"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.